Welcome![Sign In][Sign Up]
Location:
Search - opengl win32

Search list

[OpenGL programopengel_LOD

Description: 在vc环境的win32平台开发的LOD模型,建立了一个支持opengl的开发平台,可以按时间对三维物体进行增减-vc environment in the win32 platform in the LOD model, the opengl support a development platform, in accordance with a time of three-dimensional objects change
Platform: | Size: 46507 | Author: 孟庆洋 | Hits:

[OpenGL programWIN32_GL

Description: 一个win32平台下的opengl编程实例,讲的是车轮滚动-a win32 platform under the opengl programming examples, spoke of the wheel rolling
Platform: | Size: 22637 | Author: 微微 | Hits:

[OpenGL programexam1_flag

Description: 首先使用 Visual C++ MFC OpenGL AppWizard创建一个OpenGL应用程序框架,NeHe的实例都是基于Win32的,本实例在MFC下实现了相同的效果。-the first to use OpenGL MFC Visual C +5.0 create an OpenGL application framework, binding for the Java language examples are based on Win32, in the case of MFC achieve the same effect.
Platform: | Size: 86209 | Author: xjq | Hits:

[OpenGL programGouraudcube

Description: 一个基于win32 控制台的Opengl程序,实现了一个渐变色立方体三维显示,并且可以使用键盘控制。-a console based on win32 Opengl procedures, the gradual realization of a three-dimensional color cube, and can use the keyboard to control.
Platform: | Size: 32062 | Author: ml | Hits:

[OpenGL programOpenGLmachine

Description: 这是一个win32控制台程序,运行时会弹出一个对话框,并且使用opengl绘制一个几何物体-This is a win32 console procedures, operations will pop up a dialog box, opengl rendering and the use of a geometric object
Platform: | Size: 446341 | Author: 刘海云 | Hits:

[OpenGL programglut

Description: 在Nehe的主页上一共提供了4种不同风格的OpenGL程序框架,分别为glut,Win32,面向对象的Win32,在加上Nehe教程中使用的那一种。 相信没有几个读者会耐着性子,把Nehe的第一个教程看完并编译成功,因为那里面有着数不清的数据结构和函数,我也是费了整整12个小时才把它翻译和排版好。 好了,不浪费读者的时间了。在这四个框架中以面向对象的Win32框架写的最后,并且功能最全,我们就简单得介绍一下它的使用,你可以用它学习OpenGL的函数,当你对OpenGL的结构有了一定的了解后,不妨看看源代码,我把一切可能的注释都写进了源代码里,希望对你有帮助。 为了使用这个框架,你必须熟记以下四个函数,我们用它来完成OpenGL的逻辑: * bool Initialize() * 执行所有的初始化工作,如果成功函数返回true * * void Deinitialize() * 执行所有的卸载工作 * * void Update(DWORD milliseconds) * 执行所有的更新操作,传入的参数为两次操作经过的时间,以毫秒为单位 * * void Draw() * 执行所有的绘制操作 我们从Initialize()函数说起-in the home page will provide a total of four different styles of OpenGL procedural framework, respectively glut, Win32, Win32 object-oriented, Nehe together with the use of the Directory kind. Few believe that the readers would first have tolerance, Nehe of a reading tutorial and compile successful, because it has a lot of inside data structure and function, I also spent a full 12 hours before its translation and typesetting good. Well, do not waste the reader's time. In this framework to four object-oriented framework written in Win32 Finally, and most functional whole, We simply have on its use, you can use it to study the function of OpenGL. When you OpenGL structures of a certain understanding, and may wish to look at the source code, I put all of the Notes may have been written i
Platform: | Size: 183964 | Author: zw | Hits:

[OpenGL programConsoleWin32

Description: 基于WIN32下面的OpenGl的简单的程序,很入门的初学者很好上手的-based WIN32 OpenGl the following simple procedures, the induction is very good handcuffed the beginners
Platform: | Size: 7815 | Author: hubin | Hits:

[OpenGL programSMOOTHOpenGL

Description: 关于曲线光滑的一个OpenGL下的例子。是在Win32下面实现的。-on a smooth curve OpenGL example. Below is the Win32 achieve.
Platform: | Size: 6333 | Author: hubin | Hits:

[OpenGL programWIN32_OpenGL

Description: 一个win32下的OpenGl程序,它实现了画一些简单的图形。-under a win32 OpenGl procedures, it achieved a painting some simple graphics.
Platform: | Size: 11882 | Author: hubin | Hits:

[OpenGL programmouse_events

Description: Source code example of processing mouse events in an OpenGL program using the Win32 API. -Source code example of processing mouse ev ents in an OpenGL program using the Win32 API.
Platform: | Size: 3904 | Author: | Hits:

[OpenGL programexggg

Description: An example of the minimal Win32 & OpenGL program. It only works in 16 bit color modes or higher (since it doesn t create a palette).-An example of the minimal Win32
Platform: | Size: 2106 | Author: | Hits:

[OpenGL programopengl_printing

Description: 一个支持OpenGL打印的Win32类-a support OpenGL Print category of Win32
Platform: | Size: 40490 | Author: 姚龙海 | Hits:

[OpenGL programopengl_book

Description: 用OpenGL和Win32写的学习小例子,当时就是从这个小例子入门的,下载看看吧 把CPP文件内容复制到Win32工程,编译即可
Platform: | Size: 529327 | Author: 马宗顺 | Hits:

[OpenGL programpdnMesh-0.2.1

Description: An automatic 2D Delaunay mesh generator and solver for Finite Element Analysis. Can solve 2D field problems (Poisson and Helmholtz Equations). Can use LAPACK/ARPACK solvers producing OpenGL/Postscript output. Uses C/GTK/GTKGLExt/MFC. Runs on Win32/Unix.
Platform: | Size: 1340095 | Author: 彭伟才 | Hits:

[OpenGL programOpenGLWin32App

Description: 基于Win32开发的OpenGL程序开发框架,可参考基于单文档的开发框架:SID_OpenGL_APP.rar
Platform: | Size: 11263 | Author: zhiminn_wang | Hits:

[Other resourceRandomABitmap

Description: WIN32下的一个OPENGL,来自OpenGL Game Programming
Platform: | Size: 32035 | Author: wang | Hits:

[OpenGL program20053Dcube

Description: 上课做的一些例子,用于opengl在vc上面用win32开发的
Platform: | Size: 2323843 | Author: 吴维印 | Hits:

[OpenGL program20053Dtexture

Description: 上课的opengl的例子,用vc6和2005都可以,win32开发
Platform: | Size: 2875247 | Author: 吴维印 | Hits:

[OpenGL programd2x-xl-src-1.11.91

Description: D2X-XL is an OpenGL port of the classic 3D Shooter game Descent 2 for Win32, Linux and Mac OS X, containing many enhancements and bug fixes while preserving full backwards compatibility.
Platform: | Size: 1538646 | Author: Stone Guo | Hits:

[OpenGL program方格网络可视化

Description: 2016年西北工业大学数模校赛,题目“五子连珠”可视化软件,本程序使用codeblocks,基于win32编程和OpenGL,能够实现在三维环境中的五子连珠检测和实时修改并显示不满足要求点,还能读取和输出。(2016 Northwestern Polytechnical University model school tournament, the title "five or" visualization software, this program uses the CodeBlocks Win32 programming, and based on OpenGL, can achieve five in three-dimensional environment renju detection and real-time modification and display does not meet the requirements, and can read and output.)
Platform: | Size: 965632 | Author: mkb9559 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 15 »

CodeBus www.codebus.net